Personal tools

Lua/Shared/Transform3

From JC2-MP Documentation

< Lua‎ | Shared
Jump to: navigation, search

Functions

Returns Prototype
Transform3 Invert()
Transform3 Rotate(Angle)
Transform3 Scale(number)
Transform3 Scale(Vector3)
SetIdentity()
Transform3 Translate(Vector3)

Operators

Returns Prototype
Vector3 Transform3 * Vector3
Transform3 Transform3 * Transform3